XIQS Update Global Parameter

From IQsimWiki

Jump to: navigation, search

XIQS Update Global Parameter - Global Parameters Management

Description
updateXIQSGlobalParam ( String param_name , String param_value [, Long id_partition ] )
Update an existing Global Parameter object. If current logged user is administrator, he has to specify
which partition this global parameter refers to. Otherwise, current user's logged partition is assumed.
Parameters

String param_name

Name of the global parameter object ("DBVERSION", "SYSLOG_CLEANDELAY", "REFRESH_DELAY", "INACTIVITY_DELAY", "MONITORING_TIMER", "ASSOCIATE_TIMER", "USSD_CLEAN_TIMEOUT", "PORTS_STAT_SIZE", "SSV_CALL_LOG_SIZE", "SIM_TRANSAC_TIMER", "SIM_ASSIGN_TIME", "SIMPAR01", "SIM_SIM_FAILURE", "SIM_SPT_FAILURE", "SIM_LOG_ACTIVE", "SSV_CREDITNBRETRY", "SSV_CREDITDELAY", "ACTION_NBRETRY", "ACTION_DELAY", "RETRY_CODE_LIST", "REFILL_INTERVAL", "TRANSFER_INTERVAL", "SIM_REGISTER_TIME", "SIM_LOG_MAX_DAYS", "SMS_REPORT_MAX_D", "SMS_REPLY_MAX_D").

String param_value

New value for global parameter object.

[ Long id_partition ]

Id of the partition for which global parameter object is updated.
Return Values
Return Code
Integer: OK = 1

Error Data structure ( Error Management )

Possible failure code returns
*ERR_OBJ_NOT_FOUND (404) ERR_MSG_GPAR_NOT_FOUND
*ERR_SRV_INTERNAL (500) ERR_MSG_CANT_UPDATE
See Also

getXIQSGlobalParam

getXIQSGlobalParamList

createXIQSGlobalParam

deleteXIQSGlobalParam

Personal tools
Namespaces
Variants
Views
Actions
Navigation
XIQS XML Protocol
XIQS Framework Libraries
XIQS Command List